feat(plugin): add multi-angle grid generation#27
Merged
Conversation
superche
marked this pull request as ready for review
July 23, 2026 04:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
multi-anglev0.1.0 provider-neutral Web Plugin and register it at Registry sequence 27.generation.tools.listand submit exactly onegeneration.canvas.executerequest for the direct incoming reference image.Why
The product Plugin now belongs in
microvoid/convax-plugins; Convax itself keeps only the generic Plugin host and generation capabilities. The Plugin does not contain provider/model credentials or branch on a concrete generation vendor.Paired host reconciliation fix: https://github.com/microvoid/convax/pull/40
Validation
bun install --frozen-lockfile --ignore-scriptsbun test tooling/multi-angle.test.js tooling/registry.test.js— 13 passed, 159 assertionsbun test— 231 passed, 1,278 assertionsbun run pack— producedconvax-plugin-multi-angle-0.1.0.zip(66,597 bytes)bun run build:index— Registry sequence 27 with 18 packagesLocal validation note
bun run checkreaches the unchanged FFmpeg companion smoke and fails twice withCompiled companion did not return the expected source.mp4 generation result. This branch does not modifypackages/tools/ffmpeg-mcp; all remaining root tests, Plugin packaging, and Registry index generation pass independently.The GitHub macOS 14 full
checkcompleted successfully for this PR, so the local FFmpeg smoke result is not a CI blocker: https://github.com/microvoid/convax-plugins/actions/runs/29980792313